home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac-Source 1994 July
/
Mac-Source_July_1994.iso
/
C and C++
/
Graphics⁄Sound
/
Macintosh Tracker Folder
/
Tracker Server Folder
/
getopt.h
< prev
next >
Wrap
Text File
|
1993-05-18
|
280b
|
18 lines
/* getopt.h */
/* $Id: getopt.h,v 1.2 1992/11/27 10:29:00 espie Exp espie $
* $Log: getopt.h,v $
* Revision 1.2 1992/11/27 10:29:00 espie
* General cleanup
*
*/
struct long_option
{
char *fulltext;
int argn;
char abbrev;
};
extern int optind;
extern char *optarg;